home *** CD-ROM | disk | FTP | other *** search
/ Computer Games 95 / Computer Games 95.iso / demos / medieval / _SETUP.1 / MedievalDemo.exe / 0 / RCDATA / TRFORCE / TRFORCE.txt < prev   
Encoding:
Text File  |  1998-06-16  |  2.3 KB  |  108 lines

  1. object RForce: TRForce
  2.   Left = 137
  3.   Top = 211
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Reinforcement'
  7.   ClientHeight = 193
  8.   ClientWidth = 562
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object My_Panel1: TMy_Panel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 561
  23.     Height = 193
  24.     BevelWidth = 4
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'Galant'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     Picture.Data = {<image000.bmp>}
  33.     Picture_Draw = kTile
  34.     object Label1: TLabel
  35.       Left = 8
  36.       Top = 8
  37.       Width = 207
  38.       Height = 24
  39.       Caption = 'Western Reinforcement'
  40.       Font.Charset = ANSI_CHARSET
  41.       Font.Color = 1885661
  42.       Font.Height = -24
  43.       Font.Name = 'Kelt'
  44.       Font.Style = []
  45.       ParentFont = False
  46.       Transparent = True
  47.     end
  48.     object My_Panel2: TMy_Panel
  49.       Left = 12
  50.       Top = 32
  51.       Width = 536
  52.       Height = 17
  53.       TabOrder = 0
  54.       Picture.Data = {<image001.bmp>}
  55.       Picture_Draw = kStrech
  56.     end
  57.     object Button1: TButton
  58.       Left = 508
  59.       Top = 160
  60.       Width = 43
  61.       Height = 23
  62.       Caption = 'OK'
  63.       Font.Charset = ANSI_CHARSET
  64.       Font.Color = clBlack
  65.       Font.Height = -16
  66.       Font.Name = 'Kelt'
  67.       Font.Style = []
  68.       ParentFont = False
  69.       TabOrder = 1
  70.       OnClick = Button1Click
  71.     end
  72.     object OBGrd: TStringGrid
  73.       Left = 12
  74.       Top = 52
  75.       Width = 536
  76.       Height = 101
  77.       Color = clWhite
  78.       ColCount = 15
  79.       Ctl3D = True
  80.       DefaultColWidth = 30
  81.       DefaultRowHeight = 15
  82.       FixedColor = clSilver
  83.       RowCount = 10
  84.       Font.Charset = ANSI_CHARSET
  85.       Font.Color = clBlack
  86.       Font.Height = -11
  87.       Font.Name = 'Galant'
  88.       Font.Style = []
  89.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goThumbTracking]
  90.       ParentCtl3D = False
  91.       ParentFont = False
  92.       TabOrder = 2
  93.       OnClick = OBGrdClick
  94.       RowHeights = (
  95.         15
  96.         15
  97.         15
  98.         15
  99.         15
  100.         15
  101.         15
  102.         15
  103.         15
  104.         15)
  105.     end
  106.   end
  107. end
  108.